This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: how to move documents from one copy of a database to another with new design elements? ~Lily Frotoolitikle 18.Nov.03 07:26 AM a Web browser Domino Designer 6.0.1All Platforms
Hi,
Do your "header" and "detail" documents relates by the following rule:
If you do so, you make an effort to build an well-related DB object based on Domino Database.
In some cases, we also use this model. When you copy a document from an old database to a new database, your document is assigned a new UniversalID. So, the detail document cannot link to the header document by:
Set headerDoc = Db.GetDocumentByUNID(detailDoc.fld_HeaderUNID(0))